home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / allout.swf / scripts / DefineButton2_194 / BUTTONCONDACTION on(release).as
Text File  |  2006-05-29  |  183b  |  13 lines

  1. on(release){
  2.    if(cobrandstatus)
  3.    {
  4.       cobrand.gotoAndStop("off");
  5.       enetstatus--;
  6.    }
  7.    else
  8.    {
  9.       cobrand.gotoAndStop("on");
  10.       enetstatus++;
  11.    }
  12. }
  13.